home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000079_news@columbia.edu_Thu Oct 12 14:52:07 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20081
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 12 Oct 1995 13:43:42 -0400
  3. Received: by apakabar.cc.columbia.edu id AA07581
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 12 Oct 1995 13:43:40 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!news1.digex.net!news3.digex.net!digex.net!not-for-mail
  6. From: hashmi@cnj.digex.net (Atiqullah Hashmi)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: is there any effect of ANDing a byte with 0377 (octal)?
  9. Date: 12 Oct 1995 10:52:07 -0400
  10. Organization: Express Access Online Communications, New Jersey, USA
  11. Lines: 9
  12. Distribution: usa
  13. Message-Id: <45ja2n$mqq@cnj.digex.net>
  14. Nntp-Posting-Host: cnj.digex.net
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. Hi,
  19.  
  20. In one communcation software I work with, I see that  before transmiting
  21. some chars., they are ANDed with '0377' (octal 377) which  is 011 111 111.
  22. It seems that it will just leave the 8-bit byte as is.
  23. Am I missing something ?
  24.  
  25. Atiq